Print Image Object
data class PrintImageObject(val imageSource: ImageSource? = null, val imageProperties: ImageProperties? = null) : PrintObject
A data class that holds the info for the Image object to be printed.
Properties
Link copied to clipboard
These are the layout properties for the image, if null, then the existing layout properties of the passed image will be taken.
Link copied to clipboard
This is the source for the image to be printed.
Link copied to clipboard
The type of the print object (e.g., LINE, EMPTY_LINE, etc.).